Home

Computer science

'

Create a JavaFX GUI tool to track Student Payments. Users should be able to Add, delete, and edit any information.

DO NOT USE FXML

Information entered should be stored in a text file.

Information needed includes:

Student Name

Phone #

Balance due

Balance paid (yes or no dropdown list)

calculate the ratio of paid to unpaid students

Calculate total amount owed by all students

when the User Selects a name on the left it should display the info for that person


'

Answer